From: Chong Yidong Date: Wed, 2 Apr 2008 20:15:32 +0000 (+0000) Subject: (Fforward_word): Add ^ interactive spec. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~22806 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1e9dbb5f644b87177ead183ec9b9b9567dfe806e;p=emacs.git (Fforward_word): Add ^ interactive spec. --- diff --git a/src/syntax.c b/src/syntax.c index aa716a5aef0..f282ed3a262 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -1324,7 +1324,7 @@ scan_words (from, count) return from; } -DEFUN ("forward-word", Fforward_word, Sforward_word, 0, 1, "p", +DEFUN ("forward-word", Fforward_word, Sforward_word, 0, 1, "^p", doc: /* Move point forward ARG words (backward if ARG is negative). Normally returns t. If an edge of the buffer or a field boundary is reached, point is left there